vue 路由鈎子函數 刷新當前路由 refresh.vue export default { beforeRouteEnter (to, from, next) { this.$nextTick(() => { ...